Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #962 +/- ##
==========================================
+ Coverage 95.57% 95.62% +0.04%
==========================================
Files 337 338 +1
Lines 22015 22055 +40
==========================================
+ Hits 21040 21089 +49
+ Misses 975 966 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hello everyone ! I'd love to get your feedback on this algorithm. Do you think it could be a good fit for the library? |
I don't think it a good fit, it's not related with computer science. |
|
I see what you mean. But the library is suppose to cover various mathematical Algorithms from (physics, statistic, computer science and also financial ) for educational purpose. |
|
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions! |
Pull Request Template
Description
Please include a summary of the change and which issue (if any) is fixed.
A brief description of the algorithm and your implementation method can be helpful too. If the implemented method/algorithm is not so
well-known, it would be helpful to add a link to an article explaining it with more details.
Type of change
Please delete options that are not relevant.
Checklist:
cargo clippy --all -- -D warningsjust before my last commit and fixed any issue that was found.cargo fmtjust before my last commit.cargo testjust before my last commit and all tests passed.mod.rsfile within its own folder, and in any parent folder(s).DIRECTORY.mdwith the correct link.COUNTRIBUTING.mdand my code follows its guidelines.